Fix GtkIMContextClass inheritance
authorJavier Jardón <jjardon@gnome.org>
Mon, 19 Jul 2010 15:22:32 +0000 (17:22 +0200)
committerJavier Jardón <jjardon@gnome.org>
Sun, 8 Aug 2010 04:22:45 +0000 (06:22 +0200)
Should be GObjectClass instead GtkObjectClass

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=90935

gtk/gtkimcontext.h

index 21452f2ccedd64166c3d4b2a59ca20ed7a39d58d..25c218b545291013c4a1bb47d210d4b5ce8f7f92 100644 (file)
@@ -50,10 +50,7 @@ struct _GtkIMContext
 struct _GtkIMContextClass
 {
   /*< private >*/
-  /* Yes, this should be GObjectClass, be we can't fix it without breaking
-   * binary compatibility - see bug #90935
-   */
-  GtkObjectClass parent_class;
+  GObjectClass parent_class;
 
   /*< public >*/
   /* Signals */